home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global programTitle
- startTimer()
- repeat while the timer < (3 * 60)
- go(the frame)
- end repeat
- regStatus = baReadRegString("Software\Covenant\" & programTitle, "Registration", "Error", "HKEY_LOCAL_MACHINE")
- if regStatus = "Error" then
- go("Register")
- else
- go("goOn")
- end if
- end
-